Skip to content

Conversation

@andreatgretel
Copy link
Contributor

This PR adds a ProcessorConfigT type which is used as explicit discriminator field inside DataDesignerConfig.

Closes #117.

default=BuildStage.POST_BATCH,
description=f"The stage at which the processor will run. Supported stages: {', '.join(SUPPORTED_STAGES)}",
)
processor_type: str
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we changing this to a string?

we actually did this for column types, which makes plugins easier to work with.

@andreatgretel andreatgretel force-pushed the andreatgretel/chore/discriminator-field-for-processors branch from cdd7cb2 to a10f6aa Compare December 17, 2025 18:48
@andreatgretel andreatgretel merged commit 3104ae1 into main Dec 17, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ProcessorType should be an explicit discriminator field

4 participants